home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("ReturnB")
- puppetSprite(13, 1)
- set the castNum of sprite 13 to 52
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 13 to 53
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 13 to 52
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 13 to 53
- updateStage()
- puppetSprite(13, 0)
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- go("enemies final")
- end
-